home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1990 / Nov 90 / MacApp.Tech$ 11⁄2⁄90 / 2300-Re Printing on LW-Nov90 < prev    next >
Encoding:
Text File  |  1991-03-06  |  1.0 KB  |  38 lines  |  [TEXT/GEOL]

  1. Item    2172393                         2-Nov-90        10:31PST
  2.  
  3. From:   CDA0004                         Shana Corporation,IDV
  4.  
  5. To:     MACAPP.TECH$                    MacApp Technical
  6.  
  7. Sub:    Re- Printing on LW
  8.  
  9. Attn: MacApp.Tech$
  10. SentBy: Wayne Malkin
  11. Date   2/11/90
  12. Subject    Re- Printing on LW
  13. From   Wayne Malkin
  14. To MacApp.Tech$
  15.  
  16.  Memo         Subject:Re- Printing on LW
  17.  
  18. Doug,
  19.  
  20. The LaserWriter doesn't invert. However, it does print white type.
  21.  
  22. You might consider painting the black rectangle first, then drawing the type
  23. over top (with TextMode (srcBic) to print white type).
  24.  
  25. There are problems with using TextBox, though. You have to print the text in
  26. several sections, which TextBox won't do, and TextBox always does an EraseRect
  27. before drawing the text.
  28.  
  29. All together, a complex and rather shaky proposition. Hopefully someone else
  30. will be more inspired.
  31.  
  32. You also might try painting the rectange with srcBic. I lost your original
  33. link, so I'm not sure if this is what you already tried.
  34.  
  35. -- Wayne
  36.  
  37.  
  38.